home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / ip / RDP / rdp_conf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-18  |  1.6 KB  |  36 lines

  1. /**************************************************************************/
  2. /*       Copyright(c) 1987, 1992 by BBN Systems and Technologies,         */
  3. /*         A Division of Bolt Beranek and Newman Inc.                     */
  4. /*                                                                        */
  5. /*       RDP implementation for 4.2/4.3bsd by Craig Partridge             */
  6. /*                                                                        */
  7. /*  Permission to use, copy, modify, distribute, and sell this software   */
  8. /*  and its documentation for any purpose is hereby granted without fee,  */
  9. /*  provided that the above copyright notice and this permission appear   */
  10. /*  in all copies and in supporting documentation, and that the name of   */
  11. /*  Bolt Beranek and Newman Inc.  not be used in advertising or           */
  12. /*  publicity pertaining to distribution of the software without          */
  13. /*  specific, written prior permission. BBN makes no representations      */
  14. /*  about the suitability of this software for any purposes.  It is       */
  15. /*  provided "AS IS" without express or implied warranties.               */
  16. /**************************************************************************/
  17.  
  18. /*
  19.  * Configuration options to test RDP
  20.  *
  21.  * the definitions are:
  22.  *
  23.  * EACK -- to turn on EACKs -- should really be a socketopt, but SUN
  24.  *         doesn't support socketopt at protocol layer.
  25.  * DEBUG -- causes certain errors to print messages on the console
  26.  * ALTRTT -- use alternate RTT algorithm
  27.  *
  28.  */
  29.  
  30. #define EACK
  31. #define DEBUG
  32.  
  33. #ifndef ALTRTT
  34. #    define OLDRTT
  35. #endif
  36.